home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / harry_po.swf / scripts / DefineSprite_246 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  190 b   |  12 lines

  1. function fnShowName()
  2. {
  3.    var f = this._currentframe;
  4.    if(f > 1 and f < 15)
  5.    {
  6.       var r = 1;
  7.       var c = 1;
  8.       debug_txt.text = r + "," + c + "," + f;
  9.    }
  10. }
  11. stop();
  12.